ActionUndone
TheActionUndone
method is called to notify this clipboard object that a Cut, Copy, or Paste action was undone.
void ActionUndone (in ODUpdateID updateID, in ODCloneKind originalCloneKind);
updateID
- The update ID identifying the version of the clipboard content involved with this operation.
originalCloneKind
- The type of clone operation that copied data to or from the clipboard. The clone kind must be one of Cut (
kODCloneCut
), Copy (kODCloneCopy
), or Paste (kODClonePaste
).DISCUSSION
Your part should call this method whenever it undoes a Cut, Copy, or Paste operation. The update ID should be the ID returned by theActionDone
method at the time your part originally performed the action. The clone kind should be the same clone kind as specified in that call to theActionDone
method.EXCEPTIONS
SEE ALSO
TheODClipboard::ActionDone
method (page 86).
TheODClipboard::ActionRedone
method (page 87).
TheODPart::UndoAction
method (page 549).
"Undo for Clipboard" on page 354 in OpenDoc Programmer's Guide.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help